github.com/jackc/pgx/v5/pgxpool.Pool.lifetimeDestroyCount (field)

4 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		conn.go#L45: 		atomic.AddInt64(&c.p.lifetimeDestroyCount, 1)
		pool.go#L82: 	lifetimeDestroyCount int64
		pool.go#L537: 			atomic.AddInt64(&p.lifetimeDestroyCount, 1)
		pool.go#L710: 		lifetimeDestroyCount: atomic.LoadInt64(&p.lifetimeDestroyCount),